[][src]Crate fluence_sdk_main

The main part of Fluence backend SDK. Contains export_allocator (is turned on by the export_allocator feature), logger (is turned on by the wasm_logger feature), and memory modules.

Modules

eth

Notifies the VM that this module expects Ethereum blocks.

export_allocator

This module provides default implementations of allocate and deallocate functions that can be used for array passing and returning.

logger

This module enables log messages from the Wasm side. It is implemented as a logging facade for crate log. To enable this module in your project please specify wasm_logger feature of fluence_sdk.

memory

Raw API for dealing with Wasm memory.

side_module

Allows a module be side module.